home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio 2000 / Ham Radio 2000.iso / ham2000 / bbs / getlst15 / getlist.doc < prev    next >
Text File  |  1992-08-03  |  2KB  |  53 lines

  1.  
  2. GETLIST.EXE - A Program for FBB 5.14 that is run from CRON.SYS and makes a
  3. message for a user that contains a list of new messages like the 'L' command.
  4.  
  5. It was with pms's in mind that this prog was written, hopefully to update
  6. pms users with msg lists 'out of hours'.
  7.  
  8. It gets the 'last message read' number from INF.SYS and updates it to reflect
  9. the last message number that has been put in his message.
  10.  
  11. The program GETLIST.EXE should be placed in the \fbb\bin directory and it
  12. reads required info from INIT.SRV as to the locations of other files it needs
  13. (DIRMES.SYS MAIL.IN etc).
  14.  
  15. The entries in cron.sys should be like below:-
  16.  
  17. X GETLIST G3VXN 0 200
  18.  
  19. ( you should put the users c/s in place of g3vxn )
  20. the first number is the 'sysop' flag and the second is the maximum number of
  21. lines that will be included (this to limit message size).
  22.  
  23. to create a listing twice a day at 0800 and 1800 with no size limit try:-
  24.  
  25. IF H 8,18
  26.   X GETLIST G3VXN 0 0
  27. ENDIF
  28.  
  29. If you want a remote sysop or yourself to get a complete listing of private
  30. and killed stuff put an 8 after your callsign (the 'sysop' magic number fbb
  31. uses in init.srv (first connection/security mask) like :=
  32.  
  33. IF H 8,18
  34.   X GETLIST G3VXN 8 0       ( get ALL in the list )
  35. ENDIF
  36.  
  37.  
  38. Source code in Turbo Pascal, will be available in a week or so if wanted.
  39.  
  40. Next project will probably be a companion prog to this one so that a user
  41. can send a msg to the BBS with a list of msgs that he wants forwarding to
  42. himself.
  43.  
  44. My thanks to Brian, G4DXB, sysop of GB7GBY for both passing me a copy of fbb
  45. and allowing me to create chaos on his box.
  46.  
  47. Any comments, good, bad or indifferent would be very welcome to:-
  48. Martin G3VXN @ GB7GBY  or my landline BBS on 0964-550745.
  49.  
  50.  
  51.  
  52.  
  53.